home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / liblwp-authen-wsse-perl / README < prev   
Encoding:
Text File  |  2008-03-01  |  670 b   |  25 lines

  1. This is the README file for LWP::Authen::Wsse, a library for enabling
  2. X-WSSE authentication in LWP.
  3.  
  4. Please type "perldoc LWP::Authen::Wsse" after installation to see
  5. the module usage information.
  6.  
  7. * Installation
  8.  
  9. LWP::Authen::Wsse uses the standard perl module install process:
  10.  
  11.     cpansign -v         # optional; see SIGNATURE for details
  12.     perl Makefile.PL
  13.     make                # or 'nmake' on Win32
  14.     make test
  15.     make install
  16.  
  17. * Copyright
  18.  
  19. Copyright 2004, 2005 by Audrey Tang <audrey@audrey.org>.
  20.  
  21. All rights reserved.  You can redistribute and/or modify
  22. this bundle under the same terms as Perl itself.
  23.  
  24. See <http://www.perl.com/perl/misc/Artistic.html>.
  25.